home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / theme_park_thriller.swf / scripts / DefineButton2_310 / BUTTONCONDACTION on(press).as
Text File  |  2011-09-24  |  161b  |  8 lines

  1. on(press){
  2.    if(_root.soundOn)
  3.    {
  4.       _root.funcSoundToggle();
  5.    }
  6.    getUrl("http://player.theplatform.com/ps/player/pds/rn11SWULL5", "_blank");
  7. }
  8.